OpenRoads Designer CONNECT Edition SDK Help

LinearElementVisitor Class

Defines a Visitor to Traverse a LinearElement

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public abstractclass LinearElementVisitor
Inheritance → LinearElementVisitor

Constructors

LinearElementVisitor Initializes a new instance of the LinearElementVisitor class

Methods

Visit(BSpline) Visit this type of element
Visit(CircularArc) Visit this type of element
Visit(ClosedLinearComplex) Visit this type of element
Visit(ClosedLineString) Visit this type of element
Visit(Clothoid) Visit this type of element
Visit(CompoundElement) Visit this type of element
Visit(Line) Visit this type of element
Visit(Line3d) Visit this type of element
Visit(LinearComplex) Visit this type of element
Visit(LinearElement) Method to call from a derived visitor
Visit(LineString) Visit this type of element
Visit(LineString3d) Visit this type of element
Visit(ProfileCircularArc) Visit this type of element
Visit(ProfileComplex) Visit this type of element
Visit(ProfileLine) Visit this type of element
Visit(ProfileLineString) Visit this type of element
Visit(ProfileParabola) Visit this type of element
Visit(Spiral) Visit this type of element

See Also